@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset,button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}
.content{ width:1300px;margin: 0 auto;}


/* 设置默认字体 */
body,
button, input, select, textarea {
    font: 16px/22px "Microsoft YaHei";color: #666;
}

h1 {font-size: 18px;font-family: "Microsoft Yahei";}
h2 {font-size: 16px;font-family: "Microsoft Yahei";}
h3 {font-size: 14px; font-family: "Microsoft Yahei"; font-weight:normal;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*覆盖bootstrape对标题加的默认外边距*/

address, cite, dfn, em, i, var {font-style:normal;} /* 斜体扶正 */

/* 重置列表元素 */
ul, ol ,li{list-style:none;}

/* 重置文本格式元素 */
a {text-decoration:none; color:#666; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration:none; color:#666;}

/* 重置表单元素 */
legend {color:#000;} /* for ie6 */
fieldset, img {border:none;} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
.mt30{ margin-top:30px;}

/* 重置表格元素 */
table {border-collapse: collapse; border-spacing: 0;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
input,select{vertical-align:middle; }
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
/*设置浮动*/
.fl{float:left;}
.fr{float:right;}
.pr{position:relative;}
.pa{position:absolute;}
.mt20{margin-top:20px;}
.mt10{margin-top:10px;}

.pic{width:100%;overflow: hidden;}
.pic img{-o-transition:all 1s linear 0s;transition:all 1s linear 0s}
.pic:hover img{-webkit-transform:scale(1.05) rotate(0) translateY(0);-ms-transform:scale(1.05) rotate(0) translateY(0);transform:scale(1.05) rotate(0) translateY(0)}

/*头部*/
.contentt{ width:1280px; margin:0 auto;}
.header {height: 168px;background: url(../images/head_bg.png) no-repeat center;position:absolute;z-index:100;top:0; width:100%; }
    .h_con{height: 168px;}
    .header .logo { float:left;}
    .header .logo img {width:220px;height:159px; }
    .header .h_xx{ float: right;width: 1010px;}
    .header .h_top{height:130px;}
    .slogan { float: left; margin-top: 24px;  position: relative;font-weight: normal;}
      .slogan span { display: block;  font-size: 36px; color: #333333; line-height: 46px;font-weight: bold;} 
            .slogan  b{ display: block; font-size: 20px; color: #666666; line-height: 20px;padding-top: 9px;font-weight: normal;}
            .h_contact { float: right; margin-top:10px; }    
	   .h_contact p{ line-height:40px;}   
            .h_contact span img{ display: block; width:40px;height: 40px;float:left;}
            .h_contact strong { display: block; font-size: 30px; color: #333333; line-height:40px; float:left;font-weight: bold;font-family: Arial;margin-left: 10px;}           
            .h_contact p:hover span img {animation-duration: 2s;animation-name: flipInY;}            
            .h_nav {  clear: both; border: none;}
            .header .h_nav li { position: relative; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;height:40px;  }           
            .header .h_nav li:last-child>a:after{display: none;}           
            .header .h_nav li>a{position:relative; display:block; font-size:16px; color:#333333; text-align:center; line-height:16px;-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; padding:0 34px; z-index:2;transition:.3s ease; -o-transition:.3s ease; }
            .header .h_nav li:first-child a{padding-left: 0; }
            .header .h_nav li:last-child a{padding-right: 0; }
            .header .h_nav li>a:after{position: absolute;content: "";width: 1px;height: 100%;background: url(../images/h_line.png) no-repeat center; right:-1px;top: 0;}

            .header .h_nav li:hover>a, .header .h_nav li.cur>a {color: #333;font-weight: bold;}       
             .h_nav li p{display: none;position: absolute;width: 130%;text-align: center;left: 0;top:33px;z-index:10; background:#fff; border-radius:0 0 7px 7px;margin-left:-15%;}
            .h_nav  li p>a{display:block;height:46px;line-height:46px;font-size:14px;color:#333;border-top:1px solid #ccc;background:none;}
            .h_nav  li p>a:first-child{border-top:0;}
            .h_nav  li p>a:last-child{}
            .h_nav  li p>a:hover{font-weight:bold;}
            .h_nav li:hover p{display:block;}

/*banner*/
 .banner{min-width:1300px;z-index:10;background:#fff; }
.banner .carousel-item a{height:750px;display:block;min-width:1300px;width:100%;}
.banner .carousel-page{bottom:25px;}
.banner .carousel-page li{height:6px;width:50px;border-radius:10px;}
.position{padding:0 20px; height:30px; line-height:30px; width:auto; margin:5px auto; float:right;}
/*关键词*/
/*搜索*/
.search{height: 105px;background: url(../images/sea_bg.png) no-repeat center;padding-top: 23px;margin-top: -23px;box-sizing: border-box;position: relative;z-index: 50;}
.search h23{ display: block;float: left;font-weight: normal;width: 372px;}
.search h23 b{ display: block;font-size: 30px;line-height: 30px;color: #fff;}
.search h23 b img{ display:inline-block;margin-left: 54px;vertical-align: middle;width: 36px;height: 6px;}
.search h23 span{ display: block;font-size: 24px;line-height: 24px;color: #fff;padding-top: 8px;}
.search p{float: left;height:42px;line-height: 42px;font-size: 14px;color: #666666; margin-top:20px;}
.search p b{ font-weight: normal; float:left;}
.search p a{color: #666666;float: left;margin-right: 12px;}
.search p a:hover{color: #cca57a;}
.s_box{float: right;width: 258px;height: 82px;box-sizing: border-box;position: relative;border-bottom: 3px solid #2c2f3e;}
.s_box .txt{float:left;width:219px;height:80px;line-height: 80px;font-size:14px;color:#333;border:none;background: none;outline: 0;}
.s_box .btn{float: left;width:21px;height: 22px;border: 0;background:url(../images/sea.png) no-repeat center;outline: 0;cursor: pointer;margin-top: 29px;}


/* 产品一览 */
.yin_t{font-size: 40px;color: #000;font-weight: bold;text-align: center;line-height:45px;height:50px;overflow: hidden; margin-top:30px;}
.yin_t-ys{font-size: 40px;color: #fff;font-weight: bold;text-align: center;line-height:45px;height:50px;overflow: hidden; margin-top:30px;}
.yin_t_p-ys{ text-align:center; font-size:16px; width:100%; line-height:35px; height:35px; color:#fff;}
.yin_t_p{ text-align:center; font-size:16px; width:100%; line-height:35px; height:35px;}
.yin_t a{color: #000;}
.yin_t b{color: #fac12c;}
.yin_t span{display: block;font-size: 20px;color: #333;}
.yin_t i{color: #1e50ae;padding:0 15px;}

/*产品系列*/
.hf_top h2{ display: block;font-size: 40px;color: #333333;line-height: 40px;text-align: center;font-weight: bold;position: relative; padding-top:30px; padding-bottom:40px; width:1000px; margin:0 auto; overflow:hidden;}
.hf_top h2:after{ position: absolute;left:50%;top:96px;width: 69px;height: 4px;margin-left: -35px;background: url(../images/tit.png) no-repeat center;content: ""; }
.pt30{ padding-TOP:30PX;}
.prosy{width:1300px; margin:0 auto; overflow:hidden;}
.yunu-prd-in {padding-TOP:40PX; padding-bottom:40PX }
.yunu-prd-sd {width: 308px;height:auto;border:3px solid #0f48b6;border-top: 0;float: left;  padding-bottom:20px;}

.yunu-prd-sd-title {background:#0f48b6;text-transform: uppercase;overflow: hidden;padding:5px 0 0 0;height: 81px;font-size: 0;text-align: center;margin-bottom: 20px; color:#fff;}
.yunu-prd-sd-title strong {width: 40px;font-size:54px;line-height: 1;display: inline-block;vertical-align: middle;}
.yunu-prd-sd-title span {display: inline-block;vertical-align: middle;font-size:30px;font-weight: bold;text-align: left;margin-left: 10px; font-family: "Microsoft YaHei"; margin-top:15px;}
.yunu-prd-sd-title span a{ color:#fff;}
.yunu-prd-sd-title span small {display: block;font-size: 16px;font-weight: normal; line-height:30px;}
.yunu-sideMenu {padding: 0 10px;}
.yunu-sideMenu h3 {margin: 7px 0 0; font-size:18px;}
.yunu-sideMenu h3 a {display: block;background: url(../images/fen_bg1.png) no-repeat 0 0;padding-left:36px;color:#fff;line-height:38px;}
.yunu-sideMenu h3 a:hover {background-image: url(../images/fen_bg2.png);}
.yunu-sideMenu ul .yunu-sideMenu dd {padding: 0 0px 5px 0px;}
.yunu-sideMenu dd{ line-height:32px;}
.yunu-sideMenu li {width:100%; float:left; border-bottom: 1px dashed #ccc;}
.yunu-sideMenu li a {display: block;line-height: 33px;background: url(../images/fen_dot.png) no-repeat left center;padding-left:10px;color: #000; float:left; margin-left:2px; float:left; font-size:14px;}
.yunu-sideMenu dt{ width:275px; margin-top: 28px; overflow: hidden; border: 1px solid #dbdbdb;  padding: 8px; transition: all .5s linear;}
.yunu-sideMenu dt:hover{border: 1px solid #f77836;}
.yunu-sideMenu dt:hover .item-img img {-webkit-transform: scale(1.05); -moz-transform: scale(1.05); transform: scale(1.05);}
.yunu-sideMenu dt:hover .item-title {color: #f77836;}
.yunu-sideMenu dt .item-img { display: block; width: 100%; overflow: hidden;}
.yunu-sideMenu dt .item-img img {display:block; width:100%;transition:all .5s linear; -webkit-transform:scale(1); -moz-transform:scale(1); transform:scale(1);}
.yunu-sideMenu dt .item-title {height: 40px;line-height: 40px; font-size: 18px;transition: all .5s linear; display: block; width: 100%; text-align: center; font-weight: bold; color: #fff; overflow: hidden;}
.yunu-prd-sd .more a{display:block;margin-top:10px;background-color:#1e50ae;border-radius:3px;text-align:center;line-height:36px;color:#fff;}

.prdright{width: 952px; float: right;}
.prdright .cptab{height: 52px;overflow: hidden; background: #e8e8e8;}
.prdright .cptab ul{height: 52px; overflow: hidden; float: left;}
.prdright .cptab ul li{float: left; height: 52px;}
.prdright .cptab ul li a{display: inline-block; height: 52px; text-align: center; line-height: 52px; padding: 0 42px; font-size: 18px; color: #5e5e5e;}
.prdright .cptab ul li:hover,.prdright .cptab ul li.cur{background: #0f48b6;}
.prdright .cptab ul li:hover a,.prdright .cptab ul li.cur a{background: #0f48b6; color: #fff;}
.prdright .cptab .smore{float:right; font-size: 15px; color: #ababab; margin-right: 16px; margin-top: 16px;}
.prdright .cpzssy{margin-top: 27px; overflow: hidden;}
.prdright .cpzssy ul{overflow: hidden; width:1000px;}
.prdright .cpzssy ul li{float: left; width: 290px; text-align: center; margin-right: 40px; margin-bottom: 32px;}
.prdright .cpzssy ul li img{display: block;background: #e8e8e8;}
.prdright .cpzssy ul li p{height: 40px; line-height: 40px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.prdright .cpzssy ul li p a{font-size: 13px; color: #535353;}
.prdright .cpzssy ul li .cpzsbtn{overflow: hidden;height: 36px;}
.prdright .cpzssy ul li .cpzsbtn a{display: inline-block; width: 145px; height: 36px; line-height: 36px; float: left; font-size: 13px;}
.prdright .cpzssy ul li .ckxq{color: #535353; background: #e7e7e7;}
.prdright .cpzssy ul li .dzpf{color: #fff; background: #0f48b6;}
/*产品中心 end*/
/*问题烦恼*/
.wen{ width:1300px; height:550px; margin:0 auto; background:url(../images/man.jpg) no-repeat 0px ; }
.wen h2{ padding:95px 0 60px 70px; margin:0 0 0 640px; color:#0f48b6; font:30px "微软雅黑"; background:url(../images/wenh.gif) no-repeat 0 50px; overflow:hidden;}
.wen h2 em{ display:block; font: bold 50px/54px "微软雅黑";}
.wh_c p{ color:#2f3030; font:18px/52px "微软雅黑"; padding:0 0 0 656px;}
.wh_c p em{ width:24px; height:24px; text-align:center; display:inline-block; color:#fff; font:14px/24px Arial, Helvetica, sans-serif; background:url(../images/ydd.gif) no-repeat; margin:0 18px 0 0;}
/*四大特色*/
.fwbg{ background:url(../images/bg01.png) no-repeat center top; height:660px;}
.fw{ width:1300px; height:680px; margin:0 auto; overflow:hidden;}
.fw h2{ text-align:center; padding:55px 0 0 0; height:180px; color:#0f48b6; font: bold 42px "微软雅黑"; overflow:hidden;}
.fw h2 em{ display:block; font: 34px "微软雅黑";}
.fw_nr{ padding-top:60px;}
.fw_nr dl{ width:299px; float:left; margin-right:32px; display:inline; overflow:hidden; border:1px solid #eee; padding:10px; }
.fw_nr dl dt{ width:268px; height:180px; margin:0 auto;}
.fw_nr dl dd{ padding:15px 5px 0;}
.fw_nr dl dd h3{ color:#0f48b6; font: bold 20px/48px "微软雅黑";}
.fw_nr dl dd p{ color:#5d5d5d; font:16px/26px "微软雅黑"; height:130px; overflow:hidden;}
.fw_nr .nobot{ margin:0;}

/*优势*/
.tils {text-align: center; height: 191px; font-size: 22px;  color: #666666;	display:block;    font-weight:normal;    background: url(../images/x_li1.jpg) no-repeat center 137px;    padding-top: 36px; width:1000px; margin:0 auto;}
.tils i {display: block;  font-weight: bold; color: #0f48b6;  font-size:40px;  line-height:100%; padding-bottom: 13px;}


h2.main_title a { text-align: center; display: block; font-size: 42px; color: #333; line-height: 100% }
h2.main_title span { display: block; text-align: center; font-size: 20px; color: #333; line-height: 100%; margin-top: 11px; font-weight: 400 }
h2.main_title a:hover { color: #333 }
 .contentys { width: 1200px; margin: 0 auto; }
.ys { background: url(../images/ys_bg.jpg) no-repeat center top; padding-top: 37px; height: 2023px; overflow: hidden }
.ys h2.main_title a { background: url(../images/ys_tbg.png) no-repeat center top; padding-top: 81px; padding-bottom: 57px; margin-bottom: 31px }
.ys_con dl { clear: both }
.ys_con dd { position: relative }
.ys_con dd>img { position: absolute; left:0; top: 0 }
.ys_con dd h4 { font-size: 30px; color: #000; line-height: 100%; font-weight: 400 }
.ys_con dd p { font-size: 16px; color: #000; line-height: 26px }
.ys1 { height: 227px }
.ys1 dd { padding-left: 183px; margin-top: 6px; width: 641px; float: left }
.ys1 dd h4 { margin: 25px 0 22px }
.ys1 dt { width: 372px; float: right; margin-right: -31px; margin-top: -4px }
.ys2 { height: 743px }
.ys2 dd { width:589px; float: right; margin-top: 16px; padding-left:180px; }
.ys2 dd h4 { margin: 44px 0 23px }
.ys2 dd .pic img { width: 198px; height: 131px; float: left; margin-top: 32px }
.ys2 dd .pic img:first-child { margin-right: 10px }
.ys2 dt { width: 538px; height: 538px; float: left; position: relative; margin-top: -33px; margin-left: -8px }
.ys2 dt img:first-child { width: 538px; height: 538px; border-radius: 50%; position: relative; z-index: 3 }
.ys2 dt img:nth-child(2) { width: 244px; height: 244px; border-radius: 50%; position: absolute; right: -107px; bottom: -66px; z-index: 1 }
.ys2 dt img:nth-child(3) { width: 222px; position: absolute; right: -203px; top: 235px; z-index: 2 }
.ys3 { height: 452px }
.ys3 dd { padding-left: 193px; padding-top: 35px }
.ys3 dd p { width: 516px; margin-bottom: 35px; margin-top: 24px }
.ys3 dt { padding-left: 169px }
.ys4 dd { padding-left: 184px; width: 588px; float: left }
.ys4 dd h4 { margin: 41px 0 24px }
.ys4 dt { width: 478px; height: 478px; float: right; border-radius: 50%; background: rgba(191, 191, 191, .5); position: relative; margin-top: -330px; margin-right: 7px }
.ys4 dt img:nth-child(1) { width: 478px; height: 478px; border-radius: 50%; position: absolute; top: -8px; left: 8px; z-index: 2 }
.ys4 dt img:nth-child(2) { width: 206px; height: 206px; border-radius: 50%; position: absolute; left: -86px; bottom: -41px; z-index: 1 }

/*广告*/
.x-ban { height: 300px; background: url(../images/x-ban1.jpg) no-repeat center center;}
.x-ban .content { height:300px;  position: relative;}
.x-ban span { font-size:36px; color: #fff; font-weight: bold; font-family: Arial; display: block; position: absolute;
    left: 235px; top:212px;}
.x-ban a.zx_btn { width: 146px;  height: 52px; display: block;  position: absolute;  left: 513px;top: 195px;}


/* 简介 */
.titis{height: 127px;text-align: center; background: url(../images/ico1.png) no-repeat center bottom; margin-bottom:46px;}
.titis h4{font-size:48px;color: #1f1f1f;font-weight: normal;height:71px;line-height:71px;}
.titis h4 a {color: #1f1f1f}
.titis h4 span{color: #d01616;font-weight:bold}
.titis h4 i{width:6px;height: 6px;background: #1f1f1f;border-radius: 50%;margin:0 18px; vertical-align: middle;display:inline-block;}
.titis p{height:32px;line-height: 32px;font-size:20px;color: #dfdfdf;}
.titis p em{color: #363636;padding:0 6px;}
.about .titis{background: url(../images/ab_tt.png) no-repeat center bottom;}
.about .titis p {font-size:18px;}


.about{background: #fff;position: relative;overflow: hidden;height:1135px;padding-top: 76px; }
.about:after{content: "";width: 0;height: 0;position: absolute;border-top: 50px solid #f4f4f4;border-right: 650px solid transparent;border-left: 650px solid transparent;left: 50%;top: 0;margin-left: -650px;}
.about h23{text-align: center;font-size: 40px;color: #252525;line-height: 40px;font-weight: normal;position: relative;z-index: 1;}
.about h23 a{display: block;;}

.about h23 span{color: #da251d;font-weight: bold;}
.about h23 em{display: block;margin-top: 15px;font-size: 20px;color: #333;line-height: 20px;}
.about .picc{background: url(../images/about_pic.jpg) no-repeat center top;position: relative;height: 649px;}
.about .picc:after{content: "";width: 0;height: 0;position: absolute;border-top: 48px solid #fff;border-right: 960px solid transparent;border-left: 960px solid transparent;left: 50%;top: 0;margin-left: -960px;}
.about .picc em:before{content: "";width: 0;height: 0;position: absolute;border-bottom: 48px solid #fff;border-right: 960px solid transparent;border-left: 960px solid transparent;left: 50%;bottom:0;}
.about .picc em:after{content: "";width: 0;height: 0;position: absolute;border-bottom: 48px solid #fff;border-right: 960px solid transparent;border-left: 960px solid transparent;left: 50%;bottom:0;margin-left: -1920px;}
.about .con{margin-top: 42px;}
.about .con h3{font-size: 28px;color: #252525;display: block; text-align:center;}
.about .con p{line-height: 30px;color:#393939;font-size: 16px;margin-top: 25px;margin-bottom: 36px;}
.about .tit ul{float: left;}
.about .tit em{float: right;background: url(../images/about_more.png) no-repeat right center;height: 18px;padding-right: 22px;}
.about .tit em a{color: #da251d;text-decoration: underline;}
.about .tit li{float: left;}
.about .tit li a{display:inline-block;margin-right: 46px;}
.about .tit li img{display: inline-block;vertical-align: middle;-webkit-filter: grayscale(100%);filter: grayscale(100%);transition: all 0.2s ease-in;}
.about .tit li span{display: inline-block;font-size: 20px;color: #1A1A1A;font-weight: bold;vertical-align: middle;margin-left: 10px;transition: all 0.2s ease-in;line-height: 0}
.about .tit li:last-child a{margin-right: 0;}
.about .tit li.cur span,.about .tit li:hover span{color: #da251d;}
.about .tit li.cur img,.about .tit li:hover img{-webkit-filter: grayscale(0%);filter: grayscale(0%);}
.about .cons{margin-top: 32px;}
.about .cons li{float: left;width: 283px;height: 160px;overflow: hidden;margin-right: 22px;display: inline;}
.about .cons li:last-child{margin-right: 0;}
.about .cons li a{display: block;}
.about .cons li img{width: 283px;height: 160px;}


/* 现场 */
.contentxc{width:1280px; margin:0 auto;}
.xc_bj{background: #f6f6f6;height: 428px;position: relative;}
.xc_qh{height:78px;width:771px;background: #1e50ae;overflow: hidden;position: relative; margin:0 auto; top:-37px; z-index:40;}
.xc_qh li{float:left;width:257px;height: 78px;text-align: center;}
.xc_qh li i{display: inline-block;margin:22px 13px 0 0;vertical-align:top;width:37px;height: 33px;overflow: hidden;}
.xc_qh li:nth-child(1) i{background:url(../images/xc_ico1.png) no-repeat;}
.xc_qh li:nth-child(2) i{background:url(../images/xc_ico2.png) no-repeat;}
.xc_qh li:nth-child(3) i{background:url(../images/xc_ico3.png) no-repeat;}
.xc_qh li:nth-child(1).on i{background:url(../images/xc_ico1_hv.png) no-repeat;}
.xc_qh li:nth-child(2).on i{background:url(../images/xc_ico2_hv.png) no-repeat;}
.xc_qh li:nth-child(3).on i{background:url(../images/xc_ico3_hv.png) no-repeat;}
.xc_qh li span{display: inline-block;padding-top:20px;text-align:left;font-size:12px;color: #fff;text-transform: uppercase;}
.xc_qh li span em{display: block;font-size:18px;color: #fff;height: 23px;line-height: 23px;}
.xc_qh li.on{background:#d01616;}
.xc_qh li.on span{color:#fff}
.xc_nr{padding-top:16px;overflow: hidden;}
.xc_nr li{float:left;width:301px;overflow: hidden;margin-right:25px;}
.xc_nr li span {display: block;background: #fff;height: 60px;padding:0 16px;line-height: 60px;font-size:16px;color: #171717;}
.xc_nr li span img {float:right;padding-top:17px;}
.xc_nr li i{display: block;font-size:0;line-height: 0;width:301px;overflow: hidden;}
.xc_nr li i img{width:301px;height: 211px;transition: all 0.5s}
.xc_nr li:hover i img{transform: scale(1.1);}
.xc_nr li:last-child{margin:0;}
/* 新闻 */
/*新闻中心*/
.w1200{width: 1200px; margin: 0 auto;}

.inews{padding: 84px 0 0 0;}
.inews .tilte{height: 47px;border-bottom: 1px solid #e1e1e1;}
.inews .tilte li{float: left;}
.inews .tilte li a{display: block;width: 145px; margin-right:40px; height: 39px;padding:0px 0;padding-left: 40px;font-size: 20px;font-weight: bold;line-height: 40px;color: #333;background: url(../images/news_bg.png) no-repeat 6px;}
.inews .tilte li:nth-child(2) a{background: url(../images/hy_bg.png) no-repeat 5px;margin-left: 15px;}
.inews .tilte li a:hover,.inews .tilte li.on a{color: #009eee; background: url(../images/newshover_bg.png) no-repeat 6px;}
.inews .tilte li:nth-child(2) a:hover,.inews .tilte li:nth-child(2).on a{background: url(../images/hyhover_bg.png) no-repeat 5px;}
.inews .tilte .more{float: right;color: #666;line-height: 48px;padding-right: 10px;}
.inews .newsleft{width: 610px;padding-top: 20px;float: left;}
.inews .newsleft img{width: 613px;height: 355px;display: block;}
.inews .newsleft dl{margin : 10px 0;overflow: hidden;}
.inews .newsleft dt{float: left;}
.inews .newsleft dt a{color: #333;font-size: 16px;font-weight: bold;}
.inews .newsleft dd{float: right;}
.inews .newsleft dd a{color: #313131;}
.inews .newsleft p{float: left;color: #666;font-size: 14px;line-height: 24px;text-align: justify;}
.inews .newsright{width: 650px;padding-top: 10px;float: right;}
.inews .newsright li{border-bottom: 1px dashed #e1e1e1;width: 650px;height:58px;background: url(../images/newslist_bg.png) no-repeat 6px;}
.inews .newsright li a{color: #333;line-height:58px;text-decoration: none;padding-left: 30px;}
.inews .newsright li a:hover{color: #009eee;}
.inews .newsright li a span{float: right;color: #666;font-weight: normal;}
/*常见问题*/
.problem{padding: 30px 0 22px 0;}
.problem .tilte{width: 135px;float: left;}
.problem .tilte h2{padding-top: 10px;color: #333333;font-size: 20px;font-weight: bold;line-height: 100%;}
.problem .tilte h3{padding-top: 10px;color: #c9c9c9;font-size: 20px;font-weight: bold;font-family: arial;line-height: 100%;}
.problem .prev{display: inline-block;width: 57px;height: 27px;background: url(../images/left2_03.png) no-repeat;float: left;margin-top: 15px;cursor: pointer;}
.problem .next{display: inline-block;width: 57px;height: 27px;background: url(../images/right2_03.png) no-repeat;margin-top: 15px;cursor: pointer;}
.problem .bd{float: right;width: 1165px;height: 128px;overflow: hidden;}
.problem .list li{box-sizing: border-box;margin-right: 20px;float: left;width: 472px;height: 128px;border: 1px solid #e1e1e1;padding: 20px 20px 0 20px;}
.problem .list li h3{color: #333;font-weight: bold;font-size: 16px;padding-left: 40px;display: block;background: url(../images/wen.png)no-repeat 0 0;line-height: 28px;}
.problem .list li p{color: #797979;padding-left: 40px;display: block;background: url(../images/da.png)no-repeat 0 10px;line-height: 24px;padding-top: 10px;text-align: justify; font-size:15px;}
/*底部*/
 .footer{width:100%;height: 443px;background: #353535 url(../images/footer_bg.jpg) center no-repeat;}
.footer .f_top{height: 75px;padding-top: 27px;text-align: center;}
.footer .links{border: 1px solid #fff;height:95px;padding: 24px 0 22px 0;width: 1298px;margin-top: 30px;}
.footer .links span{width: 170px;padding: 0 20px 0 20px;height: 45px;border-right: 2px solid #fff;float: left;}
.footer .links p{float: left;width: 1100px;height: 45px;line-height: 45px;padding-left: 26px;}
.footer .links p a{color:#fff;margin-right: 15px;}
.footer .bottom{height: 205px;}
.footer .fnav dl{display:inline-block;float:left;width:190px;padding: 0 20px;overflow:hidden;text-align:left;margin-top:30px;}
.footer .fnav dl dt{color: #fff;font-size: 18px;line-height: 20px;display:block;padding-bottom: 10px;}
.footer .fnav dl dt a{display:block; font-size:16px; color:#fff; line-height:16px;}
.footer .fnav dl dd{display:block;}
.footer .fnav dl dd a{display:block;font-size:14px;color: #efefef;line-height: 35px;}
.footer .fnav dl dd a:hover{color: #009eee;}
.footer .contact{display:inline-block;float:left;width: 420px;padding: 0 10px;overflow:hidden;text-align:left;margin-top:30px;}
.footer .contact dt{color: #fff;font-size: 18px;line-height: 20px;display:block;padding-bottom: 10px;}
.footer .contact dt a{display:block; font-size:16px; color:#fff; line-height:16px;}
.footer .contact dd{display:block;}
.footer .contact dd p{display:block;font-size:14px;color: #fff;line-height: 35px;}
.footer .contact dd p i{display: inline-block;width: 12px;height: 12px;background: url(../images/f_ico.png) no-repeat;vertical-align: middle;padding-right: 20px;}
.footer .contact dd p.tel i{background-position: 0 0;}
.footer .contact dd p.cel i{background-position: 0 -14px;}
.footer .contact dd p.web i{background-position: 0 -28px;}
.footer .contact dd p.add i{background-position: 0 -42px;}
.footer .ewm{margin: 42px 20px 26px 0;}
.footer .ewm li{float: left;text-align: center;line-height: 25px;color: #969592;margin-left: 20px;}
.footer .ewm li img{width: 115px;height: 115px;display: block;}
.copyright{height: 60px;line-height: 60px;color: #fff;font-size: 14px;background: #0064ce;}
.copyright a{color: #fff;font-size: 12px;}


#wrapper{ width:100%;}

.width{width:100%;max-width:1300px;min-width:1300px;margin:0 auto; }



/*友情链接*/
.link {height:100%;overflow:hidden;padding-top:30px; padding-bottom:5px; width:1280px; margin:0 auto;}
.link p{ line-height:22px; color:#666; padding-top:10px; font-family:"Microsoft Yahei"; padding-bottom:10px; font-size:16px; font-weight:bold;}
.link p a{ color:#666; padding:0 8px; display:inline-block; font-size:14px; font-weight:normal;}
footer{display:block}

.position{padding:0 20px; height:30px; line-height:30px; width:auto; margin:5px auto; float:right;}

.content{width:1300px; margin:0 auto; overflow:hidden;}
.left{float: left;}
.right{float: right;}
/*搜索*/
.search{height: 105px;background: url(../images/sea_bg.png) no-repeat center;padding-top: 23px;margin-top: -23px;box-sizing: border-box;position: relative;z-index: 50;}
.search h23{ display: block;float: left;font-weight: normal;width: 372px;}
.search h23 b{ display: block;font-size: 30px;line-height: 30px;color: #fff;}
.search h23 b img{ display:inline-block;margin-left: 54px;vertical-align: middle;width: 36px;height: 6px;}
.search h23 span{ display: block;font-size: 24px;line-height: 24px;color: #fff;padding-top: 8px;}
.search p{float: left;height:42px;line-height: 42px;font-size: 14px;color: #666666; margin-top:20px;}
.search p b{ font-weight: normal; float:left;}
.search p a{color: #666666;float: left;margin-right: 12px;}
.search p a:hover{color: #cca57a;}
.s_box{float: right;width: 258px;height: 82px;box-sizing: border-box;position: relative;border-bottom: 3px solid #2c2f3e;}
.s_box .txt{float:left;width:219px;height:80px;line-height: 80px;font-size:14px;color:#333;border:none;background: none;outline: 0;}
.s_box .btn{float: left;width:21px;height: 22px;border: 0;background:url(../images/sea.png) no-repeat center;outline: 0;cursor: pointer;margin-top: 29px;}

/*在线咨询*/

.container{min-height:300px;}
.container .width{margin:30px auto;}
.container-left{width:308px; margin-right:30px;}
.container-right{flex:1; overflow:hidden; margin-top:0px;}


/* public begin */
.piclist-title{padding:6px 10px;font-size:14px;}
.piclist-image img{transition:all 1s}
.piclist-image:hover img{transform:scale(1.2);}

.ui-sidebar ul li a{color:#0E77EA;}
.ui-sidebar ul li a:hover{background:#0E77EA;border-color:#0E77EA;}
.ui-sidebar ul li.active a{background:#0E77EA;border-color:#0E77EA;}

.ui-box{box-shadow:0px 0px 30px rgba(0,0,0,0.1);border:1px solid #f3f3f3;background:#fff;}
.ui-box-radius{border-radius:20px 0 0 0;}
.ui-box-radius .ui-box-title{border-radius:20px 0 0 0;}
.ui-box-title{background:linear-gradient(90deg, #0E77EA 0%, #0e579b 100%);color:#fff;font-size:24px;font-weight:400;padding:30px;}
.ui-box-title span{display:block;font-size:14px;color:#eaeaea;font-weight:300;text-transform:uppercase;line-height:30px;}

.collapse-menu{margin:15px 0;}
.collapse-menu-title a{transition:all 0.5s ease;}
.collapse-menu-title:hover a{padding-left:10px;}
.collapse-menu-body li a{transition:all 0.5s ease;}
.collapse-menu-body li a:hover{padding-left:10px;}
.collapse-menu-body li i{color:#999;}
.collapse-menu-body ul li.active i{color:#1890FF;}
.collapse-menu-body ul li.active a{color:#1890FF;}
/*.ui-box-nav ul{list-style:none;margin:20px 0;}
.ui-box-nav ul li{}
.ui-box-nav ul li span{float:right;color:#999;display:block;line-height:40px;margin-right:15px;}
.ui-box-nav ul li a{display:block;border-bottom:1px solid #f3f3f3;line-height:40px;padding-left:24px;font-size:14px;color:#555;transition:all 0.5s ease;}
.ui-box-nav ul li a:hover{background:#efefef;color:#333;padding-left:36px;}
.ui-box-nav ul li:last-child a{border-bottom:0;}
.ui-box-nav ul li.active a{background:#efefef;color:#333;}
.ui-box-nav ul li ul{background:#fff;margin:0 20px;}
.ui-box-nav ul li ul li{background:#fff;}
.ui-box-nav ul li.active ul li a{background:none;}*/

.ui-box-h2{font-size:24px;padding:20px 30px;border-bottom:1px solid #eaeaea;position:relative;}
.ui-box-h2:after{position:absolute;display:block;content:"";border-bottom:3px solid #3d3d3d;bottom:0;left:30px;width:45px;}
.ui-box-body{padding:25px 30px;word-break:break-all;min-height:380px;}
.ui-box-body .col-10{max-width:760px;}

.ui-box-body img,.ui-box-body p img{max-width:100%;}
.ui-box-body p{margin-bottom:20px;line-height:24px;}
.ui-box-body .content a{color:#03C;}
.ui-box-body .content a:hover{color:#f30;}

.artlist{}
.artlist-item{display:flex;justify-content:space-between;border-bottom:1px solid rgba(0,0,0,.06);min-height:160px;padding:30px 0;}
.artlist-item:first-child{padding-top:10px;}
.artlist-item-image{width:200px;margin-right:30px;}
.artlist-item-image img{width:100%;max-height:140px;border-radius:4px;}
.artlist-item-image svg{width:100%;text-anchor:middle;border-radius:4px;border:1px solid #eaeaea;}
.artlist-item-body{flex:1;overflow:hidden;padding-right:20px;}
.artlist-item-body .title{font-size:18px;font-weight:300;}
.artlist-item-body .desc{font-size:13px;color:#b5b5b5;line-height:24px;margin-top:15px;}
.artlist-item-body .desc p{margin:0;}
.artlist-item-body .tags{color:#999;margin-top:15px;}
.artlist-item-body .tags a{margin:0 6px;font-size:13px;font-family:arial,microsoft yahei;color:#666;}
.artlist-item-body .tags a:hover{color:#f30;}
.artlist-item-date{width:120px;padding:40px 0 0 40px;font-size:28px;color:#999;font-weight:300;position:relative;}
.artlist-item-date:after{display:block;content:"";width:1px;height:60px;background:#f3f3f3;left:10px;top:32px;position:absolute;}
.artlist-item-money{width:200px;font-size:18px;color:#F60;}
.artlist-item-money span{display:block;font-size:14px;color:#999;line-height:36px;font-weight:500;}
.artlist-item-money:after{height:80%;}
.artlist-item:hover .artlist-item-date{color:#1890FF;}
.artlist-item:hover .artlist-item-body .title{color:#1890FF;}
.artlist-item:hover .artlist-item-body .desc{color:#666;}

.artshow{}
.artshow h1{font-size:24px;font-weight:bold;margin:0;}
.artshow .info{line-height:50px;border-bottom:1px solid #f3f3f3;margin-bottom:20px;color:#666;}
.artshow .info span{color:#999;}
.artshow .info i{color:#ccc;margin-right:5px;}
.artshow .other{margin:15px 0;padding:0px;font-size:14px;}
.artshow .other ul{overflow:hidden;list-style:none;display:flex;flex-wrap:wrap;}
.artshow .other ul li{width:25%;line-height:30px;}
.artshow .other ul li span{color:#999;}
.artshow .content a{color:#03C;}
.artshow .content a:hover{color:#f30;}
.artshow .content p{margin-bottom:20px;line-height:24px;}
.artshow .content *{max-width:100%;}
.artshow .action{display:flex;justify-content:center;margin:30px 0 10px 0;}
.artshow .action a{display:block;cursor:pointer;margin:0 15px;width:70px;height:70px;margin-bottom:10px;line-height:60px;text-align:center;border-radius:50%;box-shadow:0px 0px 30px rgba(0,0,0,0.1);position:relative;}
.artshow .action a i{font-size:30px;color:#999;}
.artshow .action a em{display:block;font-size:12px;font-family:verdana;color:#999;position:absolute;bottom:-15px;left:0;right:0;}
.artshow .action a:hover{box-shadow:0px 0px 30px rgba(0,132,255,0.3)}
.artshow .action a:hover i{color:#1890FF;}
.artshow .tags{color:#999;margin:15px 0;}
.artshow .tags a{margin:0 10px 10px 0;}

.proshow{}
.proshow .col-left{width:45%;border-right:1px solid #f3f3f3;padding:20px 3%;}
.proshow .col-left .big_pic{text-align:center;}
.proshow .col-left .big_pic img{max-width:100%;}
.proshow .col-left .thumb_pic{margin:30px 0 0 0;text-align:center;}
.proshow .col-left .thumb_pic ul{margin:0 auto;}
.proshow .col-left .thumb_pic ul li{display:inline-block;margin-right:5px;width:60px;height:60px;border:1px solid #eaeaea;padding:0px;cursor:pointer;position:relative;z-index:1;}
.proshow .col-left .thumb_pic ul li.active{border:1px solid #2DB7F5;background:#fff;}
.proshow .col-left .thumb_pic ul li.active:after{content:" ";position:absolute;right:24px;top:-5px;width:11px;height:11px;border:#2DB7F5 solid 1px;border-bottom:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background:#fff;z-index:-1}

.proshow .col-right{width:55%;padding:20px 3%; overflow:hidden;}
.proshow .col-right h1{font-size:24px;font-weight:bold;}
.proshow .col-right .intro{font-size:15px;color:#888;margin:10px 0; line-height:32px; width:630px; overflow:hidden;}
.proshow .col-right .attribute{list-style:none;margin:10px 0;}
.proshow .col-right .attribute li{font-size:14px;line-height:30px;}
.proshow .col-right .attribute li em{display:inline-block;width:60px;font-style:normal;color:#999;font-size:14px;}
.proshow .col-right .price{font-size:14px;line-height:30px;margin:20px 0;}
.proshow .col-right .price span{font-size:26px;color:#f60;}
.proshow .col-right .price em{font-size:12px;color:#999;font-style:normal;padding-left:5px;}
.proshow .col-right .tags{color:#999;margin:15px 0;}
.proshow .col-right .tags a{margin:0 10px 10px 0;}
.proshow .col-right .pro_zxdh{margin:15px 10px; font-size:16px; font-weight:700; height:50px; line-height:50px; background:#0e579b; width:290px; text-align:center; float:left;}
.proshow .col-right .pro_zxdh a{margin:0 10px 10px 0; color:#fff;}
.mt-15{ margin-top:15px;}
.proshow_content{padding:20px 0;}
.proshow_content a{color:#03C;}
.proshow_content a:hover{color:#f30;}
.proshow_content p{margin-bottom:20px;line-height:24px;}
.proshow_content p img{max-width:100%;}

.proshow_content .extend{list-style:none;}
.proshow_content .extend li{font-size:14px;line-height:30px;}
.proshow_content .extend li em{display:inline-block;width:120px;font-style:normal;color:#999;font-size:14px;margin-right:15px;}

.quicklogin{padding:20px 0;text-align:center;}
.quicklogin .line{margin:20px auto;max-width:86%;font-weight:400;font-size:18px;color:#666;}
.quicklogin a{display:inline-block;text-align:center;margin:0 10px;color:#999;font-size:12px;transition:all .3s ease 0s;}
.quicklogin a:hover{transform:translate3d(0,-5px,0);}
.quicklogin a span{display:block;width:45px;line-height:45px;border-radius:50%;text-align:center;background:#f3f3f3;font-size:24px;margin-bottom:10px;}
.quicklogin a span.blue{background:#E7F7FE;color:#1890FF;}
.quicklogin a span.red{background:#FFF1F8;color:#ED4014;}
.quicklogin a span.green{background:#E6F8E6;color:#19BE6B;}

.user_info{padding:20px 30px;display:flex;}
.user_info .face{width:160px;padding-right:20px;cursor:pointer;}
.user_info .face img{border-radius:50%;border:1px solid #f3f3f3;padding:4px;width:120px;height:120px;}
.user_info .info{flex:1;overflow:hidden;}
.user_info .info p{margin:0;padding:10px 0;}
.user_info .info p span{color:#f30;}
.user_info .info ul{margin:0;padding:0;list-style:none;}
.user_info .info ul li{font-size:16px;line-height:55px;height:55px;border-bottom:1px dashed #eee;vertical-align:middle;float:left;width:45%;margin-right:5%;}
.user_info .info ul li span{color:#f30;}
.user_info .info ul li em{color:#999;font-style:normal;display:inline-block;margin-right:5px;}

.pay{margin:0 0 -10px;padding:0;list-style:none;display:flex;}
.pay li{min-width:200px;margin:0 10px 10px 0;cursor:pointer;}
.pay li div{border:1px solid #efefef;text-align:center;position:relative;}
.pay li div img{max-width:100%;height:65px;}
.pay li div i{position:absolute;right:2px;bottom:0px;font-size:12px;color:#fff;z-index:10;display:none;}
.pay .active div:before{position:absolute;content:"";right:0;bottom:0;color:#1890FF;width:0;height:0;border-bottom:30px solid #1890FF;border-left:30px solid transparent;z-index:10;}
.pay .active div{border-color:#90BAFF;}
.pay .active div i{display:block;}

.order-base{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding:0 20px 20px;}
.order-base-left{flex:1;overflow:hidden;border-right:1px solid #f3f3f3;}
.order-base-left h1{font-size:24px;font-weight:400;color:#666;}
.order-base-left h1 i{font-size:34px;color:#1890FF;margin-right:10px;}
.order-base-left p{padding-left:46px;color:#f30;margin:0;}
.order-base-left p span{color:#999;}
.order-base-right{text-align:center;font-size:18px;font-weight:400;color:#999;padding-left:30px;}
.order-base-right em{color:#f30;}
.order-goods{border:1px solid #f3f3f3;border-radius:4px;}
.order-goods .collapse-menu-title a{font-size:16px;}
.order-goods .collapse-menu-title a:hover{padding-left:0;}
.order-goods .collapse-menu-title.active{background:#fafafa;}
.order-goods .collapse-menu-title.active a{color:#1890FF;}
.order-goods .collapse-menu-title a span{color:#1890FF;font-size:16px;margin-right:15px;}
.order-goods .collapse-menu-body li span{color:#999;}
.order-goods .collapse-menu-body li:last-child{border-bottom:0;}
.order-pay{margin:20px 0;}
.order-pay ul{max-width:50%;}

/*BBS*/
.bbs{position:relative;}
.bbs-left{width:300px;padding:30px 0;}
.bbs-left-title{color:#526069;font-weight:500;font-size:20px;padding-left:30px;}
.bbs-left-nav{list-style:none;margin:20px 0;}
.bbs-left-nav li{line-height:45px;margin-bottom:1px;}
.bbs-left-nav li a{color:#76838f;display:block;font-weight:400;padding-left:30px;font-size:16px;}
.bbs-left-nav li a i{font-size:20px;margin-right:10px;}
.bbs-left-nav li a:hover{color:#1890FF;background:#eaf7ff;}
.bbs-left-nav li a:hover i{color:#1890FF;}
.bbs-left-nav li.active a{color:#1890FF;background:#eaf7ff;}
.bbs-left-nav li.active a:hover i{color:#1890FF;}
.bbs_search{padding:15px 30px;}
.bbs-right{flex:1;overflow:hidden;border-left:1px solid #e4eaec;padding:30px;min-height:360px;}
.bbs-right-title{color:#526069;font-weight:500;font-size:18px;position:relative;}
.bbs-right-title a{position:absolute;right:0;top:0;font-size:14px;background:#40A9FF;color:#fff;border-radius:20px;display:block;padding:10px 30px;}
.bbs-right-title a:hover{background:#1890FF;}
.bbs-right .tabs-nav a{padding:10px 20px;}
.bbs-topic{margin:0;}
.bbs-topic-item{display:flex;justify-content:space-between;padding:20px 20px 20px 30px;border-bottom:1px solid #f3f3f3;}
.bbs-topic-item .face{width:40px;height:40px;}
.bbs-topic-item .face img{width:100%;height:100%;border-radius:100%;}
.bbs-topic-item .body{flex:1;overflow:hidden;padding:0 20px;}
.bbs-topic-item .body em{background:#f30;color:#fff;display:inline-block;padding:4px 8px;margin:0 5px;font-size:12px;border-radius:4px;border:0;}
.bbs-topic-item .body a{color:#666;}
.bbs-topic-item .body a:hover{color:#333;}
.bbs-topic-item .body .desc{color:#a3afb7;}
.bbs-topic-item .other{width:100px;padding-left:20px;font-size:12px;color:#333;}
.bbs-topic-item .other i{color:#ccc;margin-right:5px;}
.bbs-topic-item:hover{background:#f5fbff;}
.bbs-post{margin-top:30px;}
.bbs-post .col-2{text-align:right;color:#999;}
.bbs-post .col-10{max-width:760px;}
.bbs-show{margin-top:0px;}
.bbs-show .tip{font-size:14px;color:#76838f;background:#ecf4ff;display:inline-block;padding:15px 20px;border-left:3px solid #3e8ef7;border-radius:2px;}
.bbs-show .tip a{color:#06f;margin:0 10px;}
.bbs-show .tip a:hover{color:#f30;}


table{border-collapse:collapse;border-spacing:0;width:100%;}
/* td,th{border:0px solid #eaeaea;padding:10px;} */

/* 产品中心页 begin */
.mrtit{ border-bottom:1px #dddddd solid; margin-bottom:15px; background:url(../images/mrt1.png) no-repeat left center;  padding:20px 0 20px 50px; font-weight:bold; font-size:20px;}
.mrtit em{ float:right; font-style:normal; font-weight:normal; padding-right:10px; font-size:14px; margin-top:10px;}
.cpzs{overflow: auto;zoom: 1;	font-family: "微软雅黑", "microsoft Yahei", "Courier New", Courier, monospace;}
.cpzs li{ width:25%;  border:1px #dddddd solid; float:left;  text-align:center; margin:0 0 2%; box-sizing:border-box; display:inline; overflow:hidden; background-color:#333333; line-height:40px;}
.cpzs li img{height:180px; width:100%;}
.cpzs li:hover{ background-color:#0e579b;}
.cpzs li span{ display:block; padding:0 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color:#fff;}
.cpzs li:hover a,.cpzs li span a{ color:#fff;}

/*漂浮框*/
.yb_conct{position:fixed;z-index:9999999; top:300px;right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#3386ff url(../images/fixCont.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#3386ff url(../images/fixCont.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{text-indent:0;background:#3386ff url(../images/fixCont.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#3386ff url(../images/fixCont.png) no-repeat 0 -169px;}
.hd_qr{padding:0 0px 25px 25px;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}
/*产品内页*/
.prony-left{width:308px;}

/*推荐新闻*/
.rss_list_wz{margin:0;padding:0;list-style:none; width:1280px;}
.rss_list_wz ul{width:1280px; margin-top:20px;}
.rss_list_wz ul li{width:340px; float:left; overflow:hidden; margin:0 10px; text-align:center; line-height:24px;}
.rss_list_wz ul li a{width:24%; margin:0; line-height:24px;}
.rss_list_wz ul li a img{width:247px; border:1px dotted #ddd; padding:3px; height:155px;}
.rss_list_wz ul dd{width:300px; float:left; overflow:hidden; margin:0 10px; line-height:24px;}
.rss_list_wz ul dd a{ margin:0; line-height:24px; font-size:14px;}

.lx-block{ height: 160px; background: url(../images/blx-bg.png) no-repeat center top; background-size: cover;}
.lx-block .title{font-size:26px;font-family:Alibaba PuHuiTi;font-weight:bold;line-height:46px;color:rgba(255,255,255,1);margin-top: 32px; width:900px; float:left;}
.lx-block .btn{ display: inline-block;    font-size: 16px;}
.lx-block .right-block{margin-top: 55px;}
.lx-block .btn-grey{color: #F08400;width: 200px;margin-right: 4px;translate: 0.36s;background-color: #fff;}
.lx-block .btn-grey:hover{background-color: #F08401;color:#fff}  
.width-180{    width: 180px;}

.lx-block .dh{padding-left: 28px; background: url(../images/btn-dh.png) no-repeat center left; background-size: 16px 16px;}
.lx-block .btn-grey:hover .dh{ background: url(../images/btn-dhh.png) no-repeat center left; }